marvell: drivers: Add MoChi drivers
authorKonstantin Porotchkin <kostap@marvell.com>
Mon, 26 Feb 2018 14:01:57 +0000 (16:01 +0200)
committerKonstantin Porotchkin <kostap@marvell.com>
Wed, 18 Jul 2018 15:48:30 +0000 (18:48 +0300)
commit031542fc24ba48c2f38cb40ab008afb9943aaa74
tree858857bcdb0887bac1f5b431196f3b1c74fde785
parentc0474d5843321392172356f79efb6ec6140c4e48
marvell: drivers: Add MoChi drivers

Add ModularChip and MCI drivers for A8K SoC family.
ModularChip drivers include support for the internal building
blocks of Marvell ARMADA SoCs - APN806, APN807 and CP110

Change-Id: I9559343788fa2e5eb47e6384a4a7d47408787c02
Signed-off-by: Hanna Hawa <hannah@marvell.com>
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
drivers/marvell/mci.c [new file with mode: 0644]
drivers/marvell/mochi/ap807_setup.c [new file with mode: 0644]
drivers/marvell/mochi/apn806_setup.c [new file with mode: 0644]
drivers/marvell/mochi/cp110_setup.c [new file with mode: 0644]
include/drivers/marvell/mci.h [new file with mode: 0644]
include/drivers/marvell/mochi/ap_setup.h [new file with mode: 0644]
include/drivers/marvell/mochi/cp110_setup.h [new file with mode: 0644]